PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.type1 Package / PDFType1Font Class / PDFType1Font Constructor / PDFType1Font Constructor(Stream,boolean,Stream,double,boolean)
In This Topic
    PDFType1Font Constructor(Stream,boolean,Stream,double,boolean)
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFType1Font( 
       Stream metricsStream,
       boolean isAfmMetricsFormat,
       Stream fontStream,
       double size,
       boolean embed
    )

    Parameters

    metricsStream
    isAfmMetricsFormat
    fontStream
    size
    embed
    See Also